const runtime.debugLogStringLimit

3 uses

	runtime (current package)
		debuglog.go#L31: const debugLogStringLimit = debugLogBytes / 8
		debuglog.go#L313: 		if len(b) > debugLogStringLimit {
		debuglog.go#L314: 			b = b[:debugLogStringLimit]